Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2011 17:03:20 +0000 (19:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Oct 2011 17:03:20 +0000 (19:03 +0200)
commitb98755e3fb02808cbb11f43fecd2ab32e84e8fe8
treea4ff070fd1593f1807116adff8acc49870803a18
parent21b9f0a7037f2a1e558a0fc3db1ac0b9ad008b0c
Fix part 4 of bug#9771 with assertion violation when wrap-prefix is used
for a line that begins with control characters.

 src/xdisp.c (push_display_prop): Determine whether to record string
 or buffer position by IT->string, not by IT->method.  Allow
 GET_FROM_DISPLAY_VECTOR as IT->method on entry.
src/ChangeLog
src/xdisp.c